home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 February
/
PCWorld_2008-02_cd.bin
/
zabezpeceni
/
pctoolsantivirus
/
avinstall.exe
/
{app}
/
bra-avhelp.chm
/
fhhtmlpopups.js
< prev
next >
Wrap
Text File
|
2007-10-02
|
415b
|
14 lines
// Entire contents copyright (C) 1999-2002, Work Write, Inc.
// and KeyWorks Software. All rights reserved.
// Contact: Cheryl Lockett Zubak at cheri@workwrite.com
var KeyPopup; // KeyHelp.KeyPopup ActiveX object
function DisplayHtmlPopup(URL,left,top,width)
{
if (!KeyPopup)
KeyPopup = new ActiveXObject("KeyHelp.KeyPopup");
KeyPopup.Width = width;
KeyPopup.DisplayURL(URL,left,top);
}